JavaScript Scrolling Text
This stationary page contains a Java that displays a scrolling message in the status area in Netscape Navigator 2.0.
WARNING! This script example contains an error that may cause
Netscape to crash on certain systems. Use the script with care!
The script is named scrollit and it is placed in the HEAD section of the HTML document. It is executed inside the BODY start tag:
Replace the text inside the script with your own message and edit the page or copy the entire script to an existing page:
function scrollit(seed)
{
var m1 = "This is an axemple of scrolling text using JavaScript";
var m2 = " . . . you can put your own message here to get attention";
var m3 = " . . . Please enjoy PageSpinner! ";